翻訳と辞書
Words near each other
・ Laïta
・ Laúd
・ Laüs
・ Lazy Eye (Silversun Pickups song)
・ Lazy Farmer (album)
・ Lazy Henry
・ Lazy Highways
・ Lazy inheritance
・ Lazy initialization
・ Lazy jack
・ Lazy Jay Ranch
・ Lazy Jones
・ Lazy Kate
・ Lazy Lake, Florida
・ Lazy Lamhe
Lazy learning
・ Lazy Lester
・ Lazy Line Painter Jane
・ Lazy Line Painter Jane (boxset)
・ Lazy linear hybrid automaton
・ Lazy Lion
・ Lazy loading
・ Lazy Love
・ Lazy Magnolia Brewing Company
・ Lazy ML
・ Lazy Mountain, Alaska
・ Lazy Mutha Fucka
・ Lazy pod Makytou
・ Lazy Raiders
・ Lazy Ramadi


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lazy learning : ウィキペディア英語版
Lazy learning
In artificial intelligence, lazy learning is a learning method in which generalization beyond the training data is delayed until a query is made to the system, as opposed to in eager learning, where the system tries to generalize the training data before receiving queries.
The main advantage gained in employing a lazy learning method, such as Case based reasoning, is that the target function will be approximated locally, such as in the k-nearest neighbor algorithm. Because the target function is approximated locally for each query to the system, lazy learning systems can simultaneously solve multiple problems and deal successfully with changes in the problem domain.
The disadvantages with lazy learning include the large space requirement to store the entire training dataset. Particularly noisy training data increases the case base unnecessarily, because no abstraction is made during the training phase. Another disadvantage is that lazy learning methods are usually slower to evaluate, though this is coupled with a faster training phase.
Lazy classifiers are most useful for large datasets with few attributes.
==See also==

* Instance-based learning

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lazy learning」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.